Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for file includes #45

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Conversation

vipentti
Copy link
Owner

This adds support for (include "path.visp") to optionally include files
as part of the current module being handled.

Include works by parsing the file being included and replacing the
SynModuleDecl.Include with the module contents of the file as
SynModuleDecl.IncludedModule.

This adds support for (include "path.visp") to optionally include files
as part of the current module being handled.

Include works by parsing the file being included and replacing the
SynModuleDecl.Include with the module contents of the file as
SynModuleDecl.IncludedModule.
@vipentti vipentti merged commit 5913c47 into main Dec 27, 2023
3 checks passed
@vipentti vipentti deleted the feature/include-support branch December 27, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant